Fix margin-start/end property implementation
authorMatthias Clasen <mclasen@redhat.com>
Sat, 8 Feb 2014 01:25:12 +0000 (20:25 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 8 Feb 2014 01:27:30 +0000 (20:27 -0500)
commitc823498b4c5a033ae3040be2f2ee85f30e63cd3d
treec0fee3a561c30f60d6caadfe222c712160f27a49
parentbfe8a354cdd82ded6e38e8c38849e1ecc1b2f90c
Fix margin-start/end property implementation

The properties are declared read-write, but only the setter
was hooked up. This was leading to criticals in test apps using
the prop-editor.c code. Complete the implementation by adding the
getter side too.
gtk/gtkwidget.c